Home | History | Annotate | Download | only in include

Lines Matching defs:PixelFormatAlpha

45     PixelFormatAlpha        = 0x00040000, // Has an alpha component

62 PixelFormat16bppARGB1555 = 7 | (16 << 8) | PixelFormatAlpha
66 PixelFormat32bppARGB = 10 | (32 << 8) | PixelFormatAlpha
69 PixelFormat32bppPARGB = 11 | (32 << 8) | PixelFormatAlpha
73 PixelFormat64bppARGB = 13 | (64 << 8) | PixelFormatAlpha
76 PixelFormat64bppPARGB = 14 | (64 << 8) | PixelFormatAlpha
89 #define PixelFormatAlpha 0x00040000 // Has an alpha component
103 #define PixelFormat16bppARGB1555 (7 | (16 << 8) | PixelFormatAlpha | PixelFormatGDI)
106 #define PixelFormat32bppARGB (10 | (32 << 8) | PixelFormatAlpha | PixelFormatGDI | PixelFormatCanonical)
107 #define PixelFormat32bppPARGB (11 | (32 << 8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatGDI)
109 #define PixelFormat64bppARGB (13 | (64 << 8) | PixelFormatAlpha | PixelFormatCanonical | PixelFormatExtended)
110 #define PixelFormat64bppPARGB (14 | (64 << 8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatExtended)
149 return (pixfmt & PixelFormatAlpha) != 0;